home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / vhf / ft736r / readme.txt < prev    next >
Text File  |  1992-09-10  |  5KB  |  107 lines

  1. FT736R Transceiver control program
  2.  
  3.  
  4. The program is designed to allow simple manual control of the FT736R using
  5. an IBM compatible computer. Memory requirements are 90K and the program 
  6. is supplied in 2 forms depending on magnetic storage available.
  7.  
  8. FT736RD.exe is used on hard disk based systems and will select drive c:\
  9. FT736RF.exe is used on floppy based systems and will select drive A:\
  10.  
  11. No subdirectory is specified and the file will be placed in the root 
  12. directory. This can be changed if the source code is purchased.
  13.  
  14. The system on execution will request a communication port. Enter 1 or 2
  15. for RS232 comm port 1 or 2 respectfully.
  16.  
  17. After selecting the communications port the system should turn on the CAT
  18. interface if the Manual {M} option is selected. 
  19.  
  20. If the interface does not illuminate there is a fault between 
  21. computer and the transceiver. The interface requires a TTL level and cannot 
  22. be driven directly from the RS232 port without causing damage.
  23.  
  24. A suitable conversion interface can be built into the RS232 25 way case as 
  25. shown below. This will allow you to use a standard PC RS232 interface to the 
  26. transceiver and same on the cost of the Yaesu interface.
  27.  
  28. I cannot accept any problems with building this interface and provide the                                              
  29. information for constructors who are capable of this type of work.
  30.  
  31. Please make sure you test the interface prior to plugging into the FT736R !!                                             
  32.                                              
  33.                                              C  /---->---SI SERIAL IN
  34.                                               /                5volts
  35. txd pin 2 -------------10K resistor------B---||     BC107       TTL
  36.                                                \
  37.                                                 V
  38.                                               E    \GND
  39.  
  40.  
  41.    4     (10 VOLTS)
  42. RTS----|
  43.        |-------10K RESISTOR----|
  44. CTS----|                       |
  45.    5                           |
  46.                                |
  47. RXD----------------------------|
  48.    3                           |C
  49.                                 \     B
  50.                                   \||_______10 K RESISTOR---< SERIAL OUT
  51.                                   /||                        5 volts TTL
  52. 25 pin RS232                   /     BC107
  53.                               V
  54.                             / E
  55.    7                        |
  56. GND ------------------------|------------------------0 VOLTS COMMON
  57.  
  58. The two menu options are {M} for manual control and {S} for satellite
  59. control. The satellite control enables the user to pre-program up to 24 
  60. time triggers for setting the transeiver to the required full duplex
  61. settings prior to a satellite pass. The CAT interface is turned off
  62. after setting the transceiver up so that any automatic Doppler frequency
  63. changing devices can operate the transceiver. The transceiver must also
  64. be set up correctly as shown in the menu or else the programming will
  65. not work. If there is a problem try pressing the REV button and placing 
  66. SAT switch to off. 
  67.  
  68. The EDIT menu allows the user to set up the satellite times. Please
  69. note that some intelligence is assumed and that Uppercase only is used
  70. for the input as instructed. The reason for this is that to test all
  71. combinations thought up would increase the memory requirements.
  72.  
  73. The INIT file option clears out the data file to a default value in each
  74. of the 24 satellite settings. The program can easily be increased to cater
  75. for more satellites if the source code is purchased. The scan operation 
  76. will scan around the 24 elements until a match with the computers real time
  77. clock is reached. A set of instructions as per the settings input into the 
  78. relevant array is then sent to the FT736R. The CAT is turned on and off
  79. as this operation takes place. It is suggested that you try different 
  80. settings and times near to the real time clock to test your inputs 
  81. are correct.
  82.  
  83. To stop the scan and return to the menu the {S} stop key must be used. All
  84. other keys are ignored until the scan is stopped.
  85.  
  86. The program is not meant to embrace all the FT functions and is provided
  87. as a possible building block for development. 
  88.  
  89. By comparing the routines used against the settings in the manual it can 
  90. be seen that all the values have been converted to a decimal value 
  91. and sent to the interface.
  92.  
  93. For example Full Duplex ON requires a value of 4 non importnat values
  94. followed by a value of 14 for ON and 142 for OFF which are 0EHex, 8EHex.
  95.  
  96. If you wish to purchase the QBASIC source code for further development
  97. please send £6 and state your disk type. All IBM formats supported.
  98.  
  99. Make the cheque made out to M W Mansfield and send to:
  100.  
  101. Little Ash, Street Lane, Lower Whitley, Warrington, Cheshire, WA4 4EN
  102.  
  103. There is no support for this software unless the source code is purchased.
  104. It is known to operate on a 386DX and on a XT with 640 K Ram. 
  105.  
  106.  
  107.